home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16636 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: hpcvsnz.cv.hp.com!cole
  2. From: cole@spk.hp.com (Ron M. Cole)
  3. Newsgroups: comp.object,comp.lang.c++,comp.realtime,comp.dcom.telecom.tech,comp.arch.embedded
  4. Subject: Re: Can OO be successful in real-time embedded systems?
  5. Followup-To: comp.object,comp.lang.c++,comp.realtime,comp.dcom.telecom.tech,comp.arch.embedded
  6. Date: 11 Apr 1996 15:43:31 GMT
  7. Organization: Hewlett-Packard, Spokane Division
  8. Message-ID: <4kj9b3$l0u@hpcvsnz.cv.hp.com>
  9. References: <316BF0C5.1FE1@condat.de>
  10. NNTP-Posting-Host: hpspks04.spk.hp.com
  11. X-Newsreader: TIN [version 1.2 PL2.2]
  12.  
  13. Henning Rietz (rietz@condat.de) wrote:
  14. : To whom it may concern:
  15.  
  16. : For the last couple of weeks I have been involved in a major survey on
  17. : the use of object oriented techniques in the area of telecommunications
  18. : (mainly in the German speaking region).
  19. : I can say "everybody" is using OO in some areas (mainly network
  20. : management, switch provisioning, customer care), BUT there are (almost)
  21. : no examples in the area of (small) embedded systems, main reasons for
  22. : that being:
  23.  
  24. :         - "OO systems are too slow"
  25. :         - "OO systems eat up too much memory"
  26.  
  27. : I believe, that this is not necessarily true but heavily related to
  28. : experience. Now I=B4m asking you:
  29.  
  30. :           How far "down" does the application of OO really go?
  31. :           How far will it go in the future?
  32. :           Who develops commercial(!) embedded real-time systems
  33. :               using OO methods and languages?
  34. :           Will OO ever be of major importance in that area?
  35.  
  36. There was a good talk/paper at OOPSLA last fall about a realtime telecom
  37. switch system build in Smalltalk on top of the psos+ realtime os.  The
  38. speaker said that it was by far his most productive project yet with the
  39. lowest level of defects (his early designs had been done in C and C++).  It
  40. was a VME based system running on something like up to 100 68040 based
  41. switch cards.  And yes they did have to spend some time timing the code and
  42. being careful of what they did but it sounded like a resonable amount of
  43. effort given the result.
  44.  
  45. The paper is "Implementing a Real-Time, Embedded, Telecommunication
  46. Swithcing System in Smalltalk" John Radford.
  47.  
  48.  
  49. --
  50.  Ron Cole                              e-mail: cole@spk.hp.com  
  51.  Hewlett Packard         
  52.  Spokane Division                          Bell: 509-921-3839     
  53.  24001 E Mission Ave
  54.  Liberty Lake, WA 99019-9599
  55.